home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 119
/
(Vol 119) Nov 09 2010.iso
/
TGKI-109
/
Games
/
bounce_crusher.swf
/
scripts
/
frame_20
/
DoAction.as
Wrap
Text File
|
2010-11-09
|
344b
|
18 lines
stop();
tutorial.buttonBack.onPress = function()
{
_root.tutorial.prevFrame();
};
tutorial.buttonNext.onPress = function()
{
_root.tutorial.nextFrame();
};
tutorial.buttonBegin.onPress = function()
{
_root.gotoAndStop("menuScreen");
};
tutorial.buttonSkip.onPress = function()
{
_root.gotoAndStop("menuScreen");
};